悟空视频

    在线播放云盘网盘BT下载影视图书

    Learn Kotlin Programming - 图书

    2019计算机·编程设计
    导演:Stephen Samuel Stefan Bocutiu
    Kotlin is a general-purpose programming language used for developing cross-platform applications. Complete with a comprehensive introduction and projects covering the full set of Kotlin programming features, this book will take you through the fundamentals of Kotlin and get you up to speed in no time. Learn Kotlin Programming covers the installation, tools, and how to write basic programs in Kotlin. You'll learn how to implement object-oriented programming in Kotlin and easily reuse your program or parts of it. The book explains DSL construction, serialization, null safety aspects, and type parameterization to help you build robust apps. You'll learn how to destructure expressions and write your own. You'll then get to grips with building scalable apps by exploring advanced topics such as testing, concurrency, microservices, coroutines, and Kotlin DSL builders. Furthermore, you'll be introduced to the kotlinx.serialization framework, which is used to persist objects in JSON, Protobuf, and other formats.By the end of this book, you'll be well versed with all the new features in Kotlin and will be able to build robust applications skillfully.
    Learn Kotlin Programming
    图书

    Reactive Programming in Kotlin - 图书

    2017计算机·数据库
    导演:Rivu Chakraborty
    This book is for Kotlin developers who would like to build fault-tolerant, scalable, and distributed systems. A basic knowledge of Kotlin is required, but no prior knowledge of reactive programming.
    Reactive Programming in Kotlin
    搜索《Reactive Programming in Kotlin》
    图书

    Reactive Programming in Kotlin - 图书

    2017计算机·数据库
    导演:Rivu Chakraborty
    This book is for Kotlin developers who would like to build fault-tolerant, scalable, and distributed systems. A basic knowledge of Kotlin is required, but no prior knowledge of reactive programming.
    Reactive Programming in Kotlin
    搜索《Reactive Programming in Kotlin》
    图书

    Learn C Programming - 图书

    2020计算机·编程设计
    导演:Jeff Szuhay
    C is a powerful general-purpose programming language that is excellent for beginners to learn. This book will introduce you to computer programming and software development using C. If you're an experienced developer, this book will help you to become familiar with the C programming language.This C programming book takes you through basic programming concepts and shows you how to implement them in C. Throughout the book, you'll create and run programs that make use of one or more C concepts, such as program structure with functions, data types, and conditional statements. You'll also see how to use looping and iteration, arrays, pointers, and strings. As you make progress, you'll cover code documentation, testing and validation methods, basic input/output, and how to write complete programs in C.By the end of the book, you'll have developed basic programming skills in C, that you can apply to other programming languages and will develop a solid foundation for you to advance as a programmer.
    Learn C Programming
    搜索《Learn C Programming》
    图书

    Learn C# Programming - 图书

    2020计算机·编程设计
    导演:Marius Bancila Raffaele Rialdi Ankit Sharma Dino Esposito
    This book also takes you through regular expressions, reflection, memory management, pattern matching, exceptions, and many other advanced topics. As you advance, you'll explore the .NET Core 3 framework and learn how to use the dotnet command-line interface (CLI), consume NuGet packages, develop for Linux, and migrate apps built with .NET Framework. Finally, you'll understand how to run unit tests with the Microsoft unit testing frameworks available in Visual Studio.By the end of this book, you’ll be well-versed with the essentials of the C# language and be ready to start creating apps with it.
    Learn C# Programming
    搜索《Learn C# Programming》
    图书

    Android Programming with Kotlin for Beginners - 图书

    2019计算机·计算机综合
    导演:John Horton
    Build smart looking Kotlin apps with UI and functionality for the Android platform Key Features* Start your Android programming career, or just have fun publishing apps on Google Play marketplace* The first-principle introduction to Kotlin through Android, to start building easy-to-use apps* Learn by example and build four real-world apps and dozens of mini-appsBook DescriptionAndroid is the most popular mobile operating system in the world and Kotlin has been declared by Google as a first-class programming language to build Android apps. With the imminent arrival of the most anticipated Android update, Android 10 (Q), this book gets you started building apps compatible with the latest version of Android.It adopts a project-style approach, where we focus on teaching the fundamentals of Android app development and the essentials of Kotlin by building three real-world apps and more than a dozen mini-apps. The book begins by giving you a strong grasp of how Kotlin and Android work together before gradually moving onto exploring the various Android APIs for building stunning apps for Android with ease. You will learn to make your apps more presentable using different layouts. You will dive deep into Kotlin programming concepts such as variables, functions, data structures, Object-Oriented code, and how to connect your Kotlin code to the UI. You will learn to add multilingual text so that your app is accessible to millions of more potential users. You will learn how animation, graphics, and sound effects work and are implemented in your Android app.By the end of the book, you will have sound knowledge about significant Kotlin programming concepts and start building your own fully featured Android apps.What you will learn* Learn how Kotlin and Android work together* Build a graphical drawing app using Object-Oriented Programming (OOP) principles* Build beautiful, practical layouts using ScrollView, RecyclerView, NavigationView, ViewPager and CardView* Write Kotlin code to manage an apps' data using different strategies including JSON and the built-in Android SQLite database* Add user interaction, data captures, sound, and animation to your apps* Implement dialog boxes to capture input from the user* Build a simple database app that sorts and stores the user's dataWho this book is forThis book is for people who are new to Kotlin, Android and want to develop Android apps.It also acts as a refresher for those who have some experience in programming with Android and Kotlin.
    Android Programming with Kotlin for Beginners
    搜索《Android Programming with Kotlin for Beginners》
    图书

    Learn Programming in Python with Cody Jackson - 图书

    2018计算机·编程设计
    导演:Cody Jackson
    Python is a cross-platform language used by organizations such as Google and NASA. It lets you work quickly and efficiently, allowing you to concentrate on your work rather than the language. Based on his personal experiences when learning to program, Learn Programming in Python with Cody Jackson provides a hands-on introduction to computer programming utilizing one of the most readable programming languages–Python. It aims to educate readers regarding software development as well as help experienced developers become familiar with the Python language, utilizing real-world lessons to help readers understand programming concepts quickly and easily. The book starts with the basics of programming, and describes Python syntax while developing the skills to make complete programs. In the first part of the book, readers will be going through all the concepts with short and easy-to-understand code samples that will prepare them for the comprehensive application built in parts 2 and 3. The second part of the book will explore topics such as application requirements, building the application, testing, and documentation. It is here that you will get a solid understanding of building an end-to-end application in Python. The next part will show you how to complete your applications by converting text-based simulation into an interactive, graphical user interface, using a desktop GUI framework. After reading the book, you will be confident in developing a complete application in Python, from program design to documentation to deployment.
    Learn Programming in Python with Cody Jackson
    搜索《Learn Programming in Python with Cody Jackson》
    图书

    Mastering Kotlin - 图书

    2019计算机·编程设计
    导演:Nate Ebel
    Using Kotlin without taking advantage of its power and interoperability is like owning a sports car and never taking it out of the garage. While documentation and introductory resources can help you learn the basics of Kotlin, the fact that it’s a new language means that there are limited learning resources and code bases available in comparison to Java and other established languages.This Kotlin book will show you how to leverage software designs and concepts that have made Java the most dominant enterprise programming language. You’ll understand how Kotlin is a modern approach to object-oriented programming (OOP). This book will take you through the vast array of features that Kotlin provides over other languages. These features include seamless interoperability with Java, efficient syntax, built-in functional programming constructs, and support for creating your own DSL. Finally, you will gain an understanding of implementing practical design patterns and best practices to help you master the Kotlin language.By the end of the book, you'll have obtained an advanced understanding of Kotlin in order to be able to build production-grade applications.
    Mastering Kotlin
    搜索《Mastering Kotlin》
    图书

    Kotlin实战 - 图书

    导演:Dmitry Jemerov
    《Kotlin 实战》将从语言的基本特性开始,逐渐覆盖其更多的高级特性,尤其注重讲解如何将 Koltin 集成到已有 Java 工程实践及其背后的原理。本书分为两个部分。第一部分讲解如何开始使用 Kotlin 现有的库和API,包括基本语法、扩展函数和扩展属性、数据类和伴生对象、lambda 表达式,以及数据类型系统(着重讲解了可空性和集合的概念)。第二部分教你如何使用 Kotlin 构建自己的 API,以及一些深层次特性——约定和委托属性、高阶函数、泛型、注解和反射,以及领域特定语言的构建。《Kotlin 实战》适合广大移动开发者及入门学习者,尤其是紧跟主流趋势的前沿探索者。
    Kotlin实战
    搜索《Kotlin实战》
    图书

    Mastering Kotlin - 图书

    2019计算机·编程设计
    导演:Nate Ebel
    Using Kotlin without taking advantage of its power and interoperability is like owning a sports car and never taking it out of the garage. While documentation and introductory resources can help you learn the basics of Kotlin, the fact that it’s a new language means that there are limited learning resources and code bases available in comparison to Java and other established languages.This Kotlin book will show you how to leverage software designs and concepts that have made Java the most dominant enterprise programming language. You’ll understand how Kotlin is a modern approach to object-oriented programming (OOP). This book will take you through the vast array of features that Kotlin provides over other languages. These features include seamless interoperability with Java, efficient syntax, built-in functional programming constructs, and support for creating your own DSL. Finally, you will gain an understanding of implementing practical design patterns and best practices to help you master the Kotlin language.By the end of the book, you'll have obtained an advanced understanding of Kotlin in order to be able to build production-grade applications.
    Mastering Kotlin
    搜索《Mastering Kotlin》
    图书
    加载中...